home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 46 / PC Gamer IT CD 46 2-2.iso / NFLDEMO / NFLDemo.EXE / CABFILE / IDR_CABFILE / data / BASE.DAT / GameSave.json < prev    next >
JavaScript Object Notation  |  1999-07-26  |  2KB

  1. {
  2.     "schema": {
  3.         "PlayStatsPersist": "Memo/Hyperlink (255)",
  4.         "GameId": "Long Integer",
  5.         "Week": "Long Integer",
  6.         "TeamId": "Long Integer",
  7.         "Locked": "Boolean NOT NULL",
  8.         "GameInProgress": "Boolean NOT NULL",
  9.         "StadiumId": "Long Integer",
  10.         "QuarterLength": "Byte",
  11.         "Wind": "Long Integer",
  12.         "Precipitation": "Byte",
  13.         "Difficulty": "Byte",
  14.         "InitialPossession": "Byte",
  15.         "InitialFieldDirection": "Boolean NOT NULL",
  16.         "QuarterTime": "Single",
  17.         "40sTime": "Single",
  18.         "EndOfQuarter": "Byte",
  19.         "Quarter": "Byte",
  20.         "Possession": "Long Integer",
  21.         "FieldPosition": "Integer",
  22.         "Direction": "Boolean NOT NULL",
  23.         "Down": "Byte",
  24.         "DistanceToFirst": "Single",
  25.         "DistanceToFirstLast": "Single",
  26.         "DistanceGainedTotal": "Single",
  27.         "HomeTimeouts": "Byte",
  28.         "VisitorTimeouts": "Byte",
  29.         "HomeScore": "Integer",
  30.         "VisitorScore": "Integer",
  31.         "ControllerSetup": "Text (50)",
  32.         "PlaySeriesId": "Long Integer",
  33.         "InKickoffMode": "Boolean NOT NULL",
  34.         "InPATMode": "Boolean NOT NULL",
  35.         "FirstPlayMode": "Byte",
  36.         "CameraView": "Long Integer",
  37.         "TwoMinuteWarning": "Boolean NOT NULL",
  38.         "ClocksState": "Long Integer",
  39.         "GameType": "Long Integer"
  40.     },
  41.     "data": [
  42.         {
  43.             "GameId": 1,
  44.             "TeamId": 6,
  45.             "Locked": 0,
  46.             "GameInProgress": 0,
  47.             "StadiumId": 5,
  48.             "QuarterLength": 15,
  49.             "Wind": 1,
  50.             "Precipitation": 1,
  51.             "Difficulty": 50,
  52.             "InitialPossession": 0,
  53.             "InitialFieldDirection": 0,
  54.             "QuarterTime": 0,
  55.             "EndOfQuarter": 1,
  56.             "Quarter": 0,
  57.             "Possession": 1,
  58.             "FieldPosition": 0,
  59.             "Direction": 1,
  60.             "Down": 1,
  61.             "DistanceToFirst": 10,
  62.             "DistanceToFirstLast": 10,
  63.             "DistanceGainedTotal": 0,
  64.             "HomeTimeouts": 3,
  65.             "VisitorTimeouts": 3,
  66.             "HomeScore": 0,
  67.             "VisitorScore": 0,
  68.             "ControllerSetup": "?....",
  69.             "PlaySeriesId": 0,
  70.             "InKickoffMode": 1,
  71.             "InPATMode": 0,
  72.             "FirstPlayMode": 1,
  73.             "TwoMinuteWarning": 0
  74.         }
  75.     ]
  76. }